home *** CD-ROM | disk | FTP | other *** search
/ WinDesk 95 - An MPC Encyclopedia / WinDesk 95 - An MPC Encyclopedia.iso / power / lstrial2.000 / ls1.bat < prev    next >
DOS Batch File  |  1995-12-05  |  754b  |  26 lines

  1. @Echo Off
  2. Cls
  3.  
  4. Rem   If you will be using DesqView v2.60 or below, you will need the next 
  5. Rem line.  It is NOT needed for Dv/X or any other multi-tasker, in which
  6. Rem case you may disable it by adding a REM in front of it.
  7. DvAnsi
  8.  
  9. Rem   [To enable display files on ram-drives:  Remove the "Rem" from the 
  10. Rem    following, and change the C: to your hard-drive letter, and your 
  11. Rem    D: to your ram-drive letter if needed.]
  12. Rem D:
  13. Rem Md\Ls
  14. Rem Md\Ls\Disp
  15. Rem Md\Ls\Menu
  16. Rem Copy C:\Ls\Disp\*.* D:\Ls\Disp\*.*
  17. Rem Copy C:\Ls\Menu\*.* D:\Ls\Menu\*.*
  18.  
  19. Rem   Make sure the drive letter below is correct.  LightSpeed must be run
  20. Rem from its own directory, and cannot be run accross drives or directories.
  21. C:
  22. Cd\Ls
  23. Ls.Exe 1
  24.  
  25. Exit
  26.